home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 434 b | 20 lines |
-
- katz.prc: code0001.katz.grc tAIB03e8.bin
- build-prc katz.prc "Katz" Katz *.grc *.bin
- ls -l *.prc
-
- tAIB03e8.bin: katz.rcp katz.h katz.ico
- pilrc katz.rcp
- txttobmp <katz.ico >tAIB03e8.bin
- txttobmp <katzsm.ico >tAIB03e9.bin
-
- code0001.katz.grc: katz.o
- m68k-palmos-coff-gcc katz.o -o katz
- m68k-palmos-coff-obj-res katz
-
- katz.o: katz.c katz.h
- m68k-palmos-coff-gcc -O3 -c katz.c -o katz.o
-
- clean:
- rm *.prc *.grc *.bin katz katz.o
-